From df5f9063ed4f6c8c5809ddd8d2d14b80ab4b3d2f Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 30 Mar 2020 09:59:43 +0200 Subject: [PATCH] Refresh use-unicode-data.patch --- debian/changelog | 1 + debian/patches/use-unicode-data.patch | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index ef4f67f..cc56421 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ utf8proc (2.5.0-1) UNRELEASED; urgency=medium * New upstream release + * Refresh use-unicode-data.patch -- Graham Inggs Mon, 30 Mar 2020 06:53:38 +0000 diff --git a/debian/patches/use-unicode-data.patch b/debian/patches/use-unicode-data.patch index b877853..7f370c5 100644 --- a/debian/patches/use-unicode-data.patch +++ b/debian/patches/use-unicode-data.patch @@ -3,15 +3,13 @@ Description: Use unicode-data instead of downloading external files provided by the packages unicode-data and ttf-unifont, respectively. Author: Peter Colberg Forwarded: not-needed -Last-Update: 2018-07-27 +Last-Update: 2020-03-30 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: utf8proc/data/Makefile -=================================================================== ---- utf8proc.orig/data/Makefile -+++ utf8proc/data/Makefile -@@ -28,31 +28,31 @@ UNICODE_VERSION=12.1.0 - UNICODE_EMOJI_VERSION=12.0 +--- a/data/Makefile ++++ b/data/Makefile +@@ -25,31 +25,31 @@ + UNICODE_VERSION=13.0.0 UnicodeData.txt: - $(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt @@ -46,7 +44,7 @@ Index: utf8proc/data/Makefile + $(PERL) -pe 's,÷,/,g;s,×,+,g' < /usr/share/unicode/auxiliary/GraphemeBreakTest.txt > $@ emoji-data.txt: -- $(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://unicode.org/Public/emoji/$(UNICODE_EMOJI_VERSION)/emoji-data.txt +- $(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://unicode.org/Public/$(UNICODE_VERSION)/ucd/emoji/emoji-data.txt + cp /usr/share/unicode/emoji/emoji-data.txt $@ clean: -- 2.30.2